home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / txtedtrs / protext / diablo.ppd < prev    next >
Text File  |  1995-05-02  |  2KB  |  110 lines

  1. rem Diablo 630, Brother HR15/HR25, Epson DX100
  2. rem Apricot Writer 31XL
  3.  
  4. cc '@'=27,13,"P",27,"&",27,"R"         ;; reset code
  5. cc 'b'=27,"W"         ; 27,"&"         ;; bold (shadow)
  6. cc 'd'=27,"O"         ; 27,"&"         ;; double strike
  7. cc 's'=27,30,6,27,"U" ; 27,"D",27,30,9 ;; subscript
  8. cc 't'=27,30,6,27,"D" ; 27,"U",27,30,9 ;; superscript
  9. cc 'u'=27,"E"         ; 27,"R"         ;; underline
  10. cc 'r'=27,"A"         ; 27,"B"         ;; ribbon change
  11.  
  12. rc 12=13,12
  13.  
  14. rc '£'="#"
  15. rc 'â'="a",8,"^"
  16. rc 'ê'="e",8,"^"
  17. rc 'î'="i",8,"^"
  18. rc 'ô'="o",8,"^"
  19. rc 'û'="u",8,"^"
  20.  
  21. IF SWEDISH
  22. rc 'É'=64
  23. rc 'Ä'=91
  24. rc 'Ö'=92
  25. rc 'Å'=93
  26. rc 'Ü'=94
  27. rc 'é'=96
  28. rc 'ä'=123
  29. rc 'ö'=124
  30. rc 'å'=125
  31. rc 'ü'=126
  32. ENDIF
  33. IF GERMAN
  34. rc ''=64
  35. rc 'Ä'=91
  36. rc 'Ö'=92
  37. rc 'Ü'=93
  38. rc 'ä'=123
  39. rc 'ö'=124
  40. rc 'ü'=125
  41. rc 'ß'=126
  42. ENDIF
  43.  
  44. hl 27,"U"
  45. ab 0,0,0,27,26,"I"
  46.  
  47. IF VER5
  48. ms on
  49. pp on
  50. mm 3
  51. mf 1
  52. omit qli
  53. regular bcdeprstu
  54. acute      ; 8,39
  55. circumflex ; 8,94
  56. diaeresis  ; 8,27,"J"
  57. grave      ; 8,96
  58. tilde      ; 8,126
  59. ascend 27,30,6,27,"D" ; 27,"U",27,30,9
  60. menu
  61. "Ribbon change:^XR" R
  62. menuend
  63. ELSE
  64. rem mc (27,"Q",)27,31,2," ",27,"S"(,27,"P")
  65. mm 3
  66. mf 1
  67. cw 12
  68. pw 10
  69. cc 'c'=27,31,9  ; 27,"S"
  70. cc 'e'=27,31,11 ; 27,"S"
  71. cc 'n'=27,31,13 ; 27,"S"
  72. cc 'p'=27,"P"   ; 27,"Q"
  73. cc 'l'=27,17,10        ; 27,17,64
  74. ENDIF
  75.  
  76. IF VER5
  77. rules p=3,c=2,e=1,n=0
  78.  
  79. font 0 ;; pica, 10 cpi
  80. enter 27,"Q", 27,31,13
  81. cw 12
  82.  
  83. font 1 ;; elite, 12 cpi
  84. enter 27,"Q", 27,31,11
  85. cw 10
  86.  
  87. font 2 ;; condensed, 15 cpi
  88. enter 27,"Q", 27,31,9
  89. cw 8
  90.  
  91. font 3 ;; proportional
  92. enter 27,"Q", 27,31,11, 27,"P"
  93. pw 10
  94. ENDIF ; ver5
  95.  
  96. width ' '=10,6,8,12,10,14,14,6,6,6,10,10,6,8,6,8
  97. width '0'=10,10,10,10,10,10,10,10,10,10
  98. width ':'=6,6,10,10,10,10
  99. width '@'=16,14,12,14,14,12,12,14,14,6,10,14,12,16
  100. width 'N'=14,14,12,14,14,10,12,14,12,16,14,14,12
  101. width '['=10,8,12,10,10
  102. width '`'=8
  103. width 'a'=10,10,10,10,10,8,10,10,6,6,10,6,16
  104. width 'n'=10,10,10,10,8,8,8,10,10,14,10,10,10
  105. width '{'=10,12,10,12
  106. width '£'=10
  107. width '½'=10
  108. width '¼'=12
  109. width 'ç'=10
  110.